From: Feng Li Date: Tue, 16 Aug 2011 22:33:57 +0000 (-0500) Subject: * calc/calc-ext.el (math-defintegral-2): Remove nested backquote. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~2570 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=751f245e72854c99fe177a17235f24c4eb2e6e2d;p=emacs.git * calc/calc-ext.el (math-defintegral-2): Remove nested backquote. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 85b2fe50724..1772576d7c8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2011-08-16 Feng Li (tiny change) + + * calc/calc-ext.el (math-defintegral-2): Remove nested backquote. + 2011-08-16 Alan Mackenzie * progmodes/cc-engine.el (c-state-cache-non-literal-place): diff --git a/lisp/calc/calc-ext.el b/lisp/calc/calc-ext.el index 6e05cdb07e5..8b816665d97 100644 --- a/lisp/calc/calc-ext.el +++ b/lisp/calc/calc-ext.el @@ -2887,7 +2887,7 @@ If X is not an error form, return 1." (cons 'progn (mapcar #'(lambda (func) `(put ',func 'math-integral-2 - `(nconc + (nconc (get ',func 'math-integral-2) (list #'(lambda (u v) ,@code))))) (if (symbolp funcs) (list funcs) funcs))))